| Creates step definitions in Cucumber for Java files. |
| Predefined variables take the following values: | ||
| Annotation of the step definition. Usually, a keyword is used to invoke a step (Given, Then, And, and so on). | ||
| Regular expression generated to accept the step. | ||
| Parameters of the generated method. | ||
| Generated method body. | ||